home *** CD-ROM | disk | FTP | other *** search
/ CICA 1997 August / CICA - The Ultimate Collection of Shareware for Windows (Walnut Creek) (August 1997) (Disc 1).iso / utils / unix / unzip520 / wizdll / wizunz32.def < prev    next >
Encoding:
Text File  |  1996-04-23  |  260 b   |  10 lines

  1. ;module-definition file for Windows Unzip DLL -- used by link.exe
  2. LIBRARY WIZUNZ32 ; Library module name
  3.  
  4. DESCRIPTION 'Windows Info-ZIP UnZip DLL 1.0 by Info-ZIP, Mike White 1996'
  5.  
  6. EXPORTS
  7.      DllProcessZipFiles          ; actual entry point
  8.      GetDllVersion
  9.  
  10.